237. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:03 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

237.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Customer/layoutdefault.xml2016-10-01 21:44:36 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Customer/layoutdefault.xml2021-02-04 04:23:40 +0000

237.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1156
Changed00
Inserted00
Removed00

237.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

237.4 Active regular expressions

No regular expressions were active.

237.5 Comparison detail

1 <?xml  1 <?xml 
2  version="1.0" 2  version="1.0"
3 ?> 3 ?>
4 <!-- 4 <!--
5 /** 5 /**
6  * Copyright © 2015 Magento. All rights reserved. 6  * Copyright © 2015 Magento. All rights reserved.
7  * See COPYING.txt for license details. 7  * See COPYING.txt for license details.
8  */ 8  */
9 --> 9 -->
10 <page  10 <page 
11  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  11  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
12  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" 12  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
13 > 13 >
14       14      
15  <body> 15  <body>
16            16           
17   <referenceBlock  17   <referenceBlock 
18    name="header.links" 18    name="header.links"
19   > 19   >
20                 20                
21    <block  21    <block 
22     class="Magento\Customer\Block\Account\Customer"  22     class="Magento\Customer\Block\Account\Customer" 
23     name="customer"  23     name="customer" 
24     template="account/customer.phtml"  24     template="account/customer.phtml" 
25     before="-" 25     before="-"
26    /> 26    />
27                 27                
28    <block  28    <block 
29     class="Magento\Customer\Block\Account\AuthorizationLink"  29     class="Magento\Customer\Block\Account\AuthorizationLink" 
30     name="authorization-link-login 30     name="authorization-link-login
31     template="account/link/authorization.phtml" 31     template="account/link/authorization.phtml"
32    /> 32    />
33             33            
34   </referenceBlock> 34   </referenceBlock>
35            35           
36   <block  36   <block 
37    class="Magento\Theme\Block\Html\Header"  37    class="Magento\Theme\Block\Html\Header" 
38    name="header"  38    name="header" 
39    as="header" 39    as="header"
40   > 40   >
41                 41                
42    <arguments> 42    <arguments>
43                      43                     
44     <argument  44     <argument 
45      name="show_part"  45      name="show_part" 
46      xsi:type="string" 46      xsi:type="string"
47     > 47     >
48      welcome 48      welcome
49     </argument> 49     </argument>
50                  50                 
51    </arguments> 51    </arguments>
52             52            
53   </block> 53   </block>
54            54           
55   <move  55   <move 
56    element="header"  56    element="header" 
57    destination="header.links"  57    destination="header.links" 
58    before="-" 58    before="-"
59   /> 59   />
60            60           
61   <move  61   <move 
62    element="register-link"  62    element="register-link" 
63    destination="header.links" 63    destination="header.links"
64   /> 64   />
65            65           
66   <move  66   <move 
67    element="top.links"  67    element="top.links" 
68    destination="customer" 68    destination="customer"
69   /> 69   />
70            70           
71   <move  71   <move 
72    element="authorization-link"  72    element="authorization-link" 
73    destination="top.links"  73    destination="top.links" 
74    after="-" 74    after="-"
75   /> 75   />
76        76       
77  </body> 77  </body>
78 </page> 78 </page>